SftTree/NET 2.0

AllowMergeFromUpperDefault Property, ColumnClass Class

Softel vdm, Inc.

Defines the CellBaseClass.AllowMergeFromUpper property default for cells in this column, whether cells in this column allow merging with cells above, in the same column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AllowMergeFromUpperDefault As Boolean

C#   

public bool AllowMergeFromUpperDefault { get; set; }

C++   

public: property bool AllowMergeFromUpperDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells in this column allow merging with cells above, in the same column, otherwise False.

The default value is False.

Comments

The AllowMergeFromUpperDefault property defines the CellBaseClass.AllowMergeFromUpper property default for cells in this column, whether cells in this column allow merging with cells above, in the same column.

The default settings for cell merging can be defined using these properties: ColumnClass.AllowMergeFromUpperDefault is used for cells in the item area, RowHeaders.AllowMergeFromUpperDefault for row headers, Headers.AllowMergeFromUpperDefault for cells in column headers and Footers.AllowMergeFromUpperDefault for cells in column footers.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com